CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线程 类

搜索资源列表

  1. Ryo

    0下载:
  2. 多线程类,我开发的已经编译的DLL基类,很容易使用
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4182
    • 提供者:kofstar
  1. 写log的一个类

    0下载:
  2. 写log文件的一个类,当然也可以用作记录适时数据使用。该类使用了临界区、事件、文件读写、线程等技术,是学习这些技术非常有参考价值的实例.-write the log file a class, of course, can also be used for recording time data access. The use of such a critical, events, document literacy, threading technology, learning technol
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3631
    • 提供者:小建
  1. 一个对Winsock 完成端口模型封装的类

    0下载:
  2. 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:44658
    • 提供者:王明
  1. 通信接口类

    0下载:
  2. 这是一个综合了多种通信方式(RS232串口/TCP/UDP/E1)的通信接口类,它对外提供了统一的接口,使得开发人员不再需要关心通信编程的细节! 内部使用多线程,效率极高,并且经过了2年的使用,不断的得到维护,目前最新版本.-This is a combination of various means of communication (RS232 serial / TCP/UDP/E1) Communication Interface category, which offer a unifi
  3. 所属分类:通讯编程

    • 发布日期:2014-01-21
    • 文件大小:16706
    • 提供者:戴维
  1. 一个对Winsock 完成端口模型封装的类

    2下载:
  2. 使用的时候,只需要从这个类派生一个子类,并改写HandleData和DataAction这两个虚函数,对于那些需要连续发送相关联的数据应用(比如传送文件),使用者需要自己扩展这两个函数,比如创建一个全局队列,每次从完成端口里得到数据后插入队列,然后用另外一个线程专门处理这个队列。。。  
  3. 所属分类:网络编程

    • 发布日期:2008-10-18
    • 文件大小:214561
    • 提供者:testsb
  1. delphi iocp 类库

    7下载:
  2. 强大的使用delphi写的iocp类库, 支持线程池, TCP 和UDP 文件传输
  3. 所属分类:Internet/网络编程

  1. 日志工具类

    0下载:
  2. 稳定、高效、易用的日志工具类 特点: 1)线程安全 2)跨平台 3)每天生成一个日志文件
  3. 所属分类:其他小程序

    • 发布日期:2009-03-29
    • 文件大小:12769
    • 提供者:lijing3933
  1. CseriesPort类

    0下载:
  2. CseriesPort类支持多线程串口通信,是一个功能强大的用于驱动串口通信的第三方类。
  3. 所属分类:驱动编程

    • 发布日期:2011-07-11
    • 文件大小:7002
    • 提供者:ye1989
  1. CNetworking

    0下载:
  2. wince 下网络通讯类,实现了,网络监听,网络连接,数据发送以及数据接收,远程计算机信息获得,程序采用多线程回调方式,有详细的文档说明。-wince under the category of network communications to achieve the network monitor, network connection, data sent and received data, remote access to computer information, the prog
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:16830
    • 提供者:chen
  1. KiingsoOPC

    2下载:
  2. Kingso OPC Server服务器和客户端源代码,支持Modbus RTU,Modbus TCP,IEC61850,CANopen协议等。您需求OPC Server源代码或其他协议,联系 truesoft@163.com 1.驱动SDK --- Drivers SDK 为了实现不同厂家和设备定义的通讯协议,每个驱动实现不同功能。当您正在开发自己的产品时,自己也可以写驱动,Drivers_SDK目录下为您提供了开发例程: SPL_Plugin目录包含驱动接口头文件;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-12
    • 文件大小:20437771
    • 提供者:truesoft
  1. MessageThread

    0下载:
  2. 实现了带有消息队列的线程类,模拟了Windows窗口的消息处理过程,适用于不能通过窗口来进行消息转发的情况-Achieved with the message queue of the thread class, to simulate the Windows window message handling process, applied to the window can not be transmitted to the situation in the news
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1803
    • 提供者:ffmpeg
  1. txt-time

    0下载:
  2. Writetxt.java是一个向txt文本文档写入数据的类,有两个参数file和txt,分别 代表要写入的文件名和数据。 DisplaySysTime.java是一个调用系统实时时间的线程类-Writetxt.java is a text document written to the txt data type, there are two parameters file and txt, representing the need to write the file name an
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:1320
    • 提供者:jeff
  1. www.FengZi.net_MobileGameEngine

    0下载:
  2. 手机游戏引擎,封装了 菜单,游戏,线程类,可以继承这些类来开发游戏-Mobile game engine, the package menu, games, thread type, you can inherit these classes to develop the game
  3. 所属分类:Game Engine

    • 发布日期:2017-03-31
    • 文件大小:16476
    • 提供者:丁磊
  1. delphithread5

    0下载:
  2. 资料介绍Delphi中线程应用技术和线程类的设计技巧,区分其他语言实现的线程应用技术-Information about the Delphi-threaded applications in technology and thread type of design skills, achieved distinction in other languages threaded applications technology
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:54914
    • 提供者:purprer818283
  1. Wuyi

    0下载:
  2. 自己收集的许多工具类:socket读写线程池,存储超时对象的对象池,MD5类,字符串处理类,时间字符串转换类等等。-socket thread pool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:79887
    • 提供者:wuyi
  1. TankGame3

    0下载:
  2. 1. 创建一个独立的线程类,优化游戏的状态控制; 2. Random类的应用; 3. 对象数组的应用。 -1. To create a separate thread type, and optimize the control status of the Games 2. Random category of application 3. The application of an array object.
  3. 所属分类:J2ME

    • 发布日期:2017-04-23
    • 文件大小:337278
    • 提供者:paul
  1. source_code

    0下载:
  2. 定义并实例化一个Client线程类,一个就对应一个客户连接,实例化一个ChatServer类-And examples of the definition of a Client-thread categories, corresponding to a client on a connection, examples of a category ChatServer
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-02
    • 文件大小:912885
    • 提供者:tianjin
  1. ch1

    0下载:
  2. 定义并实例化一个Client线程类,一个就对应一个客户连接,ChatServer类的构造器用来初始化一些UI信息-Definition and examples of a type of Client thread that a connection on the corresponding client, ChatServer class constructor to initialize some UI information
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-09
    • 文件大小:318372
    • 提供者:tianjin
  1. FileCopy2

    1下载:
  2. 该程序的功能为利用MFC的多线程类CWinThread实现多线程文件复制。-The functions of the program for the use of multi-threaded MFC multi-threaded type CWinThread duplicated.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:15131
    • 提供者:lxq
  1. AnimatorIcon

    0下载:
  2. 动画线程的设计与实现 Java动画编程有多种实现方法,但它们实现的基本原理是一样的,即在屏幕上画出一系列的帧来造成运动的感觉。Java多线程技术是Java动画编程中普遍运用的技术,它在控制动画程序的流程和动画的显示效果方面起着重要的作用。Java动画编程中的动画闪烁和图像残缺不全等现象,是Java程序员经常碰到的问题。本文以作者应用实例程序为基础,阐述如何运用多线程、重载Update、双缓冲和图像跟踪等技巧来解决这类问题,以达到动画显示的最佳效果。 -Animation Design a
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:37263
    • 提供者:wangyun
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com